home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / treecomp / _SETUP.1 / TreeComp.exe / 0 / RCDATA / TFTPDETAILSDLG / TFTPDETAILSDLG.txt
Encoding:
Text File  |  2001-02-01  |  2.1 KB  |  110 lines

  1. object FtpDetailsDlg: TFtpDetailsDlg
  2.   Left = 227
  3.   Top = 108
  4.   Width = 640
  5.   Height = 433
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Ftp details'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 150
  11.   Constraints.MinWidth = 200
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 545
  24.     Height = 393
  25.     Shape = bsFrame
  26.   end
  27.   object LeftLabel: TLabel
  28.     Left = 104
  29.     Top = 24
  30.     Width = 67
  31.     Height = 20
  32.     Alignment = taCenter
  33.     Caption = 'LeftLabel'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object RightLabel: TLabel
  42.     Left = 384
  43.     Top = 24
  44.     Width = 77
  45.     Height = 20
  46.     Alignment = taCenter
  47.     Caption = 'RightLabel'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -16
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object StateLabelLeft: TLabel
  56.     Left = 16
  57.     Top = 378
  58.     Width = 249
  59.     Height = 13
  60.     Alignment = taCenter
  61.     AutoSize = False
  62.   end
  63.   object StateLabelRight: TLabel
  64.     Left = 288
  65.     Top = 378
  66.     Width = 257
  67.     Height = 13
  68.     Alignment = taCenter
  69.     AutoSize = False
  70.   end
  71.   object OKBtn: TButton
  72.     Left = 556
  73.     Top = 8
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'OK'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 0
  80.     OnClick = OKBtnClick
  81.   end
  82.   object CancelBtn: TButton
  83.     Left = 556
  84.     Top = 38
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = 'Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 1
  91.     OnClick = CancelBtnClick
  92.   end
  93.   object LeftDisplayMemo: TMemo
  94.     Left = 16
  95.     Top = 48
  96.     Width = 257
  97.     Height = 329
  98.     ScrollBars = ssBoth
  99.     TabOrder = 2
  100.   end
  101.   object RightDisplayMemo: TMemo
  102.     Left = 288
  103.     Top = 48
  104.     Width = 257
  105.     Height = 329
  106.     ScrollBars = ssBoth
  107.     TabOrder = 3
  108.   end
  109. end
  110.